home *** CD-ROM | disk | FTP | other *** search
/ Erotic Games: Memory / Erotic Games: Memory.iso / mac / air_installers / AdobeAIR.exe / setup.swf / scripts / ru$CSS_properties.as < prev    next >
Text File  |  2009-02-12  |  1KB  |  37 lines

  1. package
  2. {
  3.    import mx.resources.ResourceBundle;
  4.    
  5.    public class ru$CSS_properties extends ResourceBundle
  6.    {
  7.        
  8.       
  9.       public function ru$CSS_properties()
  10.       {
  11.          super("ru","CSS");
  12.       }
  13.       
  14.       override protected function getContent() : Object
  15.       {
  16.          return {
  17.             "h2-fontFamily":"Myriad Pro Bold",
  18.             "h2-fontWeight":"normal",
  19.             "h1-fontSize":"18",
  20.             "h1-fontFamily":"Myriad Pro",
  21.             "CheckBox-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
  22.             "h1-fontWeight":"normal",
  23.             "Application-fontFamily":"Lucida Grande, Verdana, Arial, _sans",
  24.             "formItemText-fontWeight":"bold",
  25.             "Application-fontSize":"10",
  26.             "Button-fontFamily":"Myriad Pro",
  27.             "Button-fontSize":"14",
  28.             "Button-fontWeight":"normal",
  29.             "Button-paddingLeft":"12",
  30.             "h2-fontSize":"12",
  31.             "Button-paddingRight":"12",
  32.             "CheckBox-fontSize":"10"
  33.          };
  34.       }
  35.    }
  36. }
  37.